Skip to content

Conversation

@binh-dam-ibigroup
Copy link
Contributor

@binh-dam-ibigroup binh-dam-ibigroup commented Oct 29, 2025

Checklist

  • Appropriate branch selected (all PRs must first be merged to dev before they can be merged to master)
  • Any modified or new methods or classes have helpful JSDoc and code is thoroughly commented
  • The description lists all applicable issues this PR seeks to resolve
  • The description lists any configuration setting(s) that differ from the default settings
  • All tests and CI builds passing

Description

This PR brings the MTC-specific features. The MTC-specific features are enabled/disabled using config (e.g. using the "mtc" extension or other modules.)

David Emory and others added 30 commits June 13, 2016 15:59
Conflicts:
	src/main/java/com/conveyal/datatools/manager/models/FeedVersion.java
Conflicts:
	src/main/java/com/conveyal/datatools/manager/controllers/DumpController.java
Conflicts:
	mkdocs.yml
	pom.xml
	src/main/client/admin/actions/admin.js
	src/main/client/admin/components/CreateUser.js
	src/main/client/admin/components/UserAdmin.js
	src/main/client/admin/components/UserList.js
	src/main/client/admin/components/UserSettings.js
	src/main/client/admin/containers/ActiveUserAdmin.js
	src/main/client/admin/reducers/admin.js
	src/main/client/alerts/actions/alerts.js
	src/main/client/alerts/actions/projects.js
	src/main/client/alerts/components/AlertEditor.js
	src/main/client/alerts/components/AlertsList.js
	src/main/client/alerts/containers/VisibleAlertsList.js
	src/main/client/alerts/reducers/alerts.js
	src/main/client/common/components/ManagerPage.js
	src/main/client/common/containers/App.js
	src/main/client/gtfs/components/GtfsFilter.js
	src/main/client/gtfs/reducers/gtfsFilter.js
	src/main/client/gtfsplus/components/GtfsPlusVersionSummary.js
	src/main/client/index.tpl.html
	src/main/client/manager/actions/feeds.js
	src/main/client/manager/actions/user.js
	src/main/client/manager/components/FeedSourceViewer.js
	src/main/client/manager/components/FeedVersionNavigator.js
	src/main/client/manager/components/ProjectViewer.js
	src/main/client/manager/reducers/status.js
	src/main/client/public/components/PublicFeedsViewer.js
	src/main/client/signs/actions/projects.js
	src/main/java/com/conveyal/datatools/manager/DataManager.java
	src/main/java/com/conveyal/datatools/manager/auth/Auth0Users.java
	src/main/java/com/conveyal/datatools/manager/controllers/api/FeedVersionController.java
	src/main/java/com/conveyal/datatools/manager/controllers/api/GtfsPlusController.java
	src/main/java/com/conveyal/datatools/manager/controllers/api/UserController.java
	src/main/java/com/conveyal/datatools/manager/extensions/mtc/MtcFeedResource.java
	src/main/java/com/conveyal/datatools/manager/models/ExternalFeedSourceProperty.java
	src/main/java/com/conveyal/datatools/manager/models/FeedSource.java
	src/main/java/com/conveyal/datatools/manager/models/FeedVersion.java
	src/main/java/com/conveyal/datatools/manager/utils/NotificationsUtils.java
	webpack.config.js
josh-willis-arcadis and others added 17 commits August 28, 2025 11:52
Add modal to indicate a successful save in GTFS+ editor
…eed-is-processing

fix(FeedVersionActionsMTC): disable publish button if current feed version is being processed by server
Copy link
Contributor

@miles-grant-ibigroup miles-grant-ibigroup left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

A few small questions

on:
push:
branches: [ "dev", master ]
branches: [ "dev", master, "mtc-deploy" ]
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this still needed?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@miles-grant-ibigroup It will no longer be needed after merging this PR. Could you make a suggestion comment please, then I'll merge it before proceeding.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants